home *** CD-ROM | disk | FTP | other *** search
- // -----------------------------------------------------------------------------------------
- // Sketch.h
- // -----------------------------------------------------------------------------------------
-
- // includes not aready in <MacHeaders>
-
- #include <AppleEvents.h>
- #include <GestaltEqu.h>
- #include <Traps.h>
- #include <Editions.h>
-
- #include "ResID.h"
- #include "Structs.h"
-
- // -------------------------------------------------------------------------
- // Public Functions
-
- // UI support, such as there is
-
- OSErr DoQuit (DescType saveOptions);
-
- Boolean IsCurrentProcessInBackground(void);
-
- // -------------------------------------------------------------------------
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-